home *** CD-ROM | disk | FTP | other *** search
- REM $INCLUDE: 'fastgraf.bi'
-
- DEFINT A-Z
-
- OldMode = FGgetmode
- FGsetmode 16
- FGsetcolor 10
- FGinitw
- FGsetworld 0.0, 6.39, 0.0, 3.49
- FGsetratio 2.0
- FGsetsizew 0.21
-
- FGmovew 3.2, 3.0
- FGswchar "cos\^2\h\ + sin\^2\h\ = 1", 25, 0
-
- FGmovew 3.2, 2.0
- FGswchar "H\v2O U\v2\v3\v2", 18, 0
-
- FGmovew 3.2, 1.0
- FGsetratio 1.0
- FGswchar "One _word_ is underlined.", 25, 0
- FGwaitkey
-
- FGsetmode OldMode
- FGreset
-
- END